home *** CD-ROM | disk | FTP | other *** search
-
- /* methodobject.c */
- static void meth_dealloc ( methodobject *m );
- static object *meth_getattr ( methodobject *m , char *name );
- static object *meth_repr ( methodobject *m );
- static int meth_compare ( methodobject *a , methodobject *b );
- static long meth_hash ( methodobject *a );
- static object *listmethodchain ( struct methodchain *chain );
-